POST /Session/IsValid/

Gets a value indicating whether the session with the specified ID is valid.
 

Request

Method Request URI
POST /API/Session/IsValid/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The ID of the session to check. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.IsSessionValid

Response

Response Body

A Boolean value indicating whether the session is valid; or a status code indicating the reason for failure.